GET api/reports?names[0]={names[0]}&names[1]={names[1]}
Get list of saved reports
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
names |
List of saved report types |
Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of matching saved reports
Collection of SavedReportName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name |
User-specified saved report name |
string |
Required |
Report |
Internal report identifier (Used to load the template and report data) |
string |
Required |
MailTo |
Mail addresses for scheduled report |
string |
None. |
MailFileFormats |
Attachment file formats for scheduled report |
string |
None. |
VisibleToAll |
If set to true, all Users for a Customer may view this report |
boolean |
None. |
Parameters | Collection of SavedReportParameter |
None. |
|
User | string |
None. |
|
UserAccountID | globally unique identifier |
None. |
|
Owned | boolean |
None. |
|
ScheduledTask | ScheduledTask |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "id": "d4334b59-727b-4376-a36d-05e3aeb42857", "name": "sample string 2", "report": "sample string 3", "mailTo": "sample string 4", "mailFileFormats": "sample string 5", "visibleToAll": true, "parameters": [ { "$id": "2", "key": "sample string 1", "value": "sample string 2" }, { "$ref": "2" } ], "user": "sample string 7", "userAccountID": "2008761c-1f10-4720-b4e8-59ded9d4dd52", "owned": true, "scheduledTask": { "$id": "3", "id": "c2cd3b07-15f6-4d9f-9e53-99463afc2f7f", "accountID": "cf412188-7c7d-4ae9-816b-fd26a0706a22", "data": { "$id": "4", "sample string 1": { "$id": "5" }, "sample string 3": { "$id": "6" } }, "dataBytes": "QEA=", "dataFormat": 1, "dataCompression": 1, "scheduleType": 0, "cronExpression": "sample string 3", "cronExpressionDescription": "sample string 4", "starts": "2025-08-02T23:24:35.4980329", "task": "sample string 5", "description": "sample string 6", "lastRun": "2025-08-02T23:24:35.4980329", "created": "2025-08-02T23:24:35.4980329", "registered": true, "default": true, "account": "sample string 10" } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfSavedReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies"> <SavedReport> <ID>d4334b59-727b-4376-a36d-05e3aeb42857</ID> <MailFileFormats>sample string 5</MailFileFormats> <MailTo>sample string 4</MailTo> <Name>sample string 2</Name> <Owned>true</Owned> <Parameters> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> </Parameters> <Report>sample string 3</Report> <ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks"> <d3p1:Account>sample string 10</d3p1:Account> <d3p1:AccountID>cf412188-7c7d-4ae9-816b-fd26a0706a22</d3p1:AccountID> <d3p1:Created>2025-08-02T23:24:35.4980329+00:00</d3p1:Created> <d3p1:CronExpression>sample string 3</d3p1:CronExpression> <d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription> <d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> </d3p1:Data> <d3p1:DataBytes>QEA=</d3p1:DataBytes> <d3p1:DataCompression>1</d3p1:DataCompression> <d3p1:DataFormat>1</d3p1:DataFormat> <d3p1:Default>true</d3p1:Default> <d3p1:Description>sample string 6</d3p1:Description> <d3p1:ID>c2cd3b07-15f6-4d9f-9e53-99463afc2f7f</d3p1:ID> <d3p1:LastRun>2025-08-02T23:24:35.4980329+00:00</d3p1:LastRun> <d3p1:Registered>true</d3p1:Registered> <d3p1:ScheduleType>Cron</d3p1:ScheduleType> <d3p1:Starts>2025-08-02T23:24:35.4980329+00:00</d3p1:Starts> <d3p1:Task>sample string 5</d3p1:Task> <d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" /> </ScheduledTask> <User>sample string 7</User> <UserAccountID>2008761c-1f10-4720-b4e8-59ded9d4dd52</UserAccountID> <VisibleToAll>true</VisibleToAll> </SavedReport> <SavedReport> <ID>d4334b59-727b-4376-a36d-05e3aeb42857</ID> <MailFileFormats>sample string 5</MailFileFormats> <MailTo>sample string 4</MailTo> <Name>sample string 2</Name> <Owned>true</Owned> <Parameters> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> <SavedReportParameter> <_x003C_Key_x003E_k__BackingField>sample string 1</_x003C_Key_x003E_k__BackingField> <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField> </SavedReportParameter> </Parameters> <Report>sample string 3</Report> <ScheduledTask xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.ScheduledTasks"> <d3p1:Account>sample string 10</d3p1:Account> <d3p1:AccountID>cf412188-7c7d-4ae9-816b-fd26a0706a22</d3p1:AccountID> <d3p1:Created>2025-08-02T23:24:35.4980329+00:00</d3p1:Created> <d3p1:CronExpression>sample string 3</d3p1:CronExpression> <d3p1:CronExpressionDescription>sample string 4</d3p1:CronExpressionDescription> <d3p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> </d3p1:Data> <d3p1:DataBytes>QEA=</d3p1:DataBytes> <d3p1:DataCompression>1</d3p1:DataCompression> <d3p1:DataFormat>1</d3p1:DataFormat> <d3p1:Default>true</d3p1:Default> <d3p1:Description>sample string 6</d3p1:Description> <d3p1:ID>c2cd3b07-15f6-4d9f-9e53-99463afc2f7f</d3p1:ID> <d3p1:LastRun>2025-08-02T23:24:35.4980329+00:00</d3p1:LastRun> <d3p1:Registered>true</d3p1:Registered> <d3p1:ScheduleType>Cron</d3p1:ScheduleType> <d3p1:Starts>2025-08-02T23:24:35.4980329+00:00</d3p1:Starts> <d3p1:Task>sample string 5</d3p1:Task> <d3p1:TimeZone xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" /> </ScheduledTask> <User>sample string 7</User> <UserAccountID>2008761c-1f10-4720-b4e8-59ded9d4dd52</UserAccountID> <VisibleToAll>true</VisibleToAll> </SavedReport> </ArrayOfSavedReport>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �[��H� 5 xl/workbook.xml � (� ����0��&�C��08q����Zi�-ik��-%�x�3;�����Ә�|Ԡ]nK�y?�9ѡw0#�k�U��/f�V ��x+Ԟ��_���4�urtt���r�Eh\��հ�HM����bn��8�(��֝M�M�]DE4(,i (�έ)iB��e�_�3OE�dpB<ҍ�� ����PK �[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK �[��FJ' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R88a8b887c79b4751" /></Relationships>PK �[�o�^ � xl/worksheets/sheet1.xml � (� ��]o�0�� �~�o�*I�6M��f��v����Nӟ?��Pl��*$0�s^�s^��f��Jmj�NS��4��J���y����H�g���/���&o͕������<7�J6���N�nn�tSZw��s���+9W�}#[�# X�嶴n)S�;����O-�Ӳ\w[h��RMY��l��]���-7��^-q��I����|'�'������i=MA��������ܔ������~��3�v��ښ�4�Ѻ4iʷ�z�����@�tg�:�jo�j~���{���zt�C�q ��`Bp��z�E=���z��頧%q*0��(>׳^�=���B��@@|�罞��d&� ~��������Ő����@ ��C��@�\�� ]R�[o�=�2VP ƣ�Sw�>/m9�huHt7��G7nh���5�q���L�ף�'nC����@cbxL܇���c�!$ؘx >&�BB���!Q��eı���ep A�P��|A<��"���<�xV�G��E��~� �ۏij�)�x~���e��D��H��H"�I�#� ~$ď$���D?��GA�H.�e"A$��OW���^(e��>n���_PK �["��� P xl/_rels/workbook.xml.rels � (� ��MN�0F�b͞�NMP�nذ-��`O~�Ķl��Xp$��E%H%l�����iƟ����<� qt�Y`d�3��[8��f�� S���G�������<�f���ds�saƔ��s���=�R�;��d�������FMNg��0u��l�����O��!�L�hZ� Q����+�BET�WS��4Q��:���Te� vX5�6�22O)�M/���B�(��j�s#��<'~�/6_PK �[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �[cw�e B xl/sharedStrings.xml � (� }�KO�0��J��NӢ$�X�%�A,&��Z8v�^��*�pP�s>�f��:~D��p%k��1 P��q���m��K��Pk��Me� \�45�Y;E��w8� ՈґG�����Ȍ���D���"�K�j��&iB�I�� O�7�7�m.Ϊ�6U�Y�K���ᨴ�� pѪ��5��o��;nx'�U'B���n�]>�5���N���W\�Jd�x�<d�@ւy�!˳,�-Ӳ�yV.(dF�3�.O�E��F�.A� ��8;��ø�q��YN�|��Íb(Lآ�s4� � ������ᡳ���Z�����cӼLc�帤Ŋ![���b��|�_9x�Ow�>A�PK- �[��H� 5 xl/workbook.xmlPK- �[���� � � [Content_Types].xmlPK- �[��FJ' ' U _rels/.relsPK- �[�o�^ � � xl/worksheets/sheet1.xmlPK- �["��� P q xl/_rels/workbook.xml.relsPK- �[Ѓc'2 E � xl/styles.xmlPK- �[cw�e B 0 xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �[so)� 5 xl/workbook.xml � (� ����0��&�C����N\�z�^`+ �'m >��o�vfg�:k;�Z��#'�J[��{S�$s'm@��V2�}���[��$M��X��Z�A�W�?,g,�� ^N+J2�p}< D�fO��2[��Dd �����"*��� 7�3��s�+|�Ȗ"�<�"�[~i�k�9��;���w�PK �[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK �[tU2' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R3127049c4af74c64" /></Relationships>PK �[�o�^ � xl/worksheets/sheet1.xml � (� ��]o�0�� �~�o�*I�6M��f��v����Nӟ?��Pl��*$0�s^�s^��f��Jmj�NS��4��J���y����H�g���/���&o͕������<7�J6���N�nn�tSZw��s���+9W�}#[�# X�嶴n)S�;����O-�Ӳ\w[h��RMY��l��]���-7��^-q��I����|'�'������i=MA��������ܔ������~��3�v��ښ�4�Ѻ4iʷ�z�����@�tg�:�jo�j~���{���zt�C�q ��`Bp��z�E=���z��頧%q*0��(>׳^�=���B��@@|�罞��d&� ~��������Ő����@ ��C��@�\�� ]R�[o�=�2VP ƣ�Sw�>/m9�huHt7��G7nh���5�q���L�ף�'nC����@cbxL܇���c�!$ؘx >&�BB���!Q��eı���ep A�P��|A<��"���<�xV�G��E��~� �ۏij�)�x~���e��D��H��H"�I�#� ~$ď$���D?��GA�H.�e"A$��OW���^(e��>n���_PK �[&;�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8i>M��ݰa[z��Q۲]�gc���V� �X��j4��'�|�l�o�D^Ї�E�A#�����C�����i"���VL`�ctJ��8�Y�&u��3�)�u\���t�� �K�2����?D��(�ъ�&���֟�F�@������"KT O���mdpݖ}S�J�wS�2a����2�/��n��S]�jyW�=���ӥ�N��B��])[^���U!������PK �[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �[cw�e B xl/sharedStrings.xml � (� }�KO�0��J��NӢ$�X�%�A,&��Z8v�^��*�pP�s>�f��:~D��p%k��1 P��q���m��K��Pk��Me� \�45�Y;E��w8� ՈґG�����Ȍ���D���"�K�j��&iB�I�� O�7�7�m.Ϊ�6U�Y�K���ᨴ�� pѪ��5��o��;nx'�U'B���n�]>�5���N���W\�Jd�x�<d�@ւy�!˳,�-Ӳ�yV.(dF�3�.O�E��F�.A� ��8;��ø�q��YN�|��Íb(Lآ�s4� � ������ᡳ���Z�����cӼLc�帤Ŋ![���b��|�_9x�Ow�>A�PK- �[so)� 5 xl/workbook.xmlPK- �[���� � [Content_Types].xmlPK- �[tU2' ' V _rels/.relsPK- �[�o�^ � � xl/worksheets/sheet1.xmlPK- �[&;�� P r xl/_rels/workbook.xml.relsPK- �[Ѓc'2 E � xl/styles.xmlPK- �[cw�e B 2 xl/sharedStrings.xmlPK � �